@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{ margin: 0;
    padding: 0;
    box-sizing: border-box;
    }body{ font-family: 'Poppins', sans-serif;}

body{
   
 
    background-color: black; /* Arka plan siyah */
    
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}



  /*------------------- NAVBAR -------------------- */



.collapse ul li a{
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
}
.container-fluid{
    background-color: #ffffff;
}
.collapse ul li{
    margin: 0 20px;
    position: relative;
    display: inline-block;
    list-style: none;
}

.collapse ul li::after{
    content: '';
    height: 3px;
    width: 0;
    background: #000000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.collapse ul li:hover::after{
    width: 100%;
}
.navbar{
    width: 100%;
    display: none;
    background-color: #ffffff;
    border-bottom: rgb(185, 185, 185) 1px solid;
}
.navbar ul{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: flex-end;
}
@media (max-width: 600px){
    .navbar {
        /* Mobilde navigasyonu gizle veya basitleştir */
       opacity: 1;
       background-color: #fff;
     }
     .navbar ul {
         background-color: rgb(255, 255, 255);
         opacity: 1;
       }
       .navbar ul a {
         color: #000000;
       }
       .container-fluid{
         opacity: 1;

       }
}
.kutu{
    width: 100%;
    height: 1250px;
    position: relative;


}
.vc{
    width: 100%;
    height: 100vh;
    background-image: url(./İMAGE/arka\ plan.png);
}
.yazı{
    width: 100%;
    height: 400px;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 100;
    left: 0;
    right: 0;

}

.resim{
    width: 100%;
    height: 700px;

}
.hakkm{
    width: 1280px;
    height: 380px;
    background-color: rgb(255, 255, 255);

}
.h1{
    width: 100%;
    height: 50px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
}
.hakkm h1{
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 28px;
    margin-top: 20px;
}
.hakkm p { 
    font-size: 17px;
}
.p1{
    width: 100%;
    height: 250px;
    margin-left: 50px;
    text-align: left; /* Metni sola hizala */

}
.footer{
    width: 100%;
    height: 150px;
    background-color: rgb(241, 241, 241);
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    border-top: #9b9b9b 1px solid;
}
.linkler{
    width: 900px;
    height: 140px;
    background-color: rgb(241, 241, 241);
    display: flex;
    position: absolute;
}
.linkler a {
    margin-top: 20px;
    margin-left: 20px;
    text-decoration: none;
    color: #949494;
    position: relative;  
    font-size: 20px; 
}
.p{
    width: 500px;
    height: 25px;
    color: #949494;
    position: relative;
    margin-top: 130px;
    margin-left: -255px;
    font-size: 10px;


}
.linkler P{
    bottom: 0;
    left: 0;
    right: 0;
    
}
.linkler a:hover {

    color: #000000;

    
}
@media (max-width: 760px){
    body{
        overflow-y: auto; /* Dikey kaydırmayı etkinleştir */
    }
    .vc{
        background-image: none;

    }
    .resim{
display: none;
    }
    .yazı{
width: 100%;
height: 750px;
background-color: #ffffff;
    }
    .hakkm{
width: 100%;
height: 680px;
background-color: #ffffff;
    }
    .hakkm p{
        font-size: 15px;
        margin-top: 30px;
        margin-left: 0px;
        
    }
    .p1{
        width: 98%;
        margin-left: 5px;
        height: 500px;
        overflow-y: auto; /* Dikey kaydırmayı etkinleştir */

    }
    .h1{
        margin-top: 300px;
        width: 100%;
        height: 100px;

    }
    .h1 h1{
        font-size: 30px;
        width: 100%;
        height: auto;
        
    }
    .kutu{
width: 100%;
height: 950px;
    }
    .footer{
        width: 100%;
        height: 200px;
        background-color: #ffffff;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
    }
    .linkler{
        width: 100%;
        height: 100%;
        background-color: #f5f5f5;
    }

}